object RunProgsFrame: TRunProgsFrame Left = 0 Top = 0 Width = 312 Height = 271 AutoScroll = False TabOrder = 0 OnResize = FrameResize object Label45: TLabel Left = 8 Top = 12 Width = 32 Height = 13 Caption = '&Profile:' FocusControl = cboRunProfile end object lblProgram: TLabel Left = 8 Top = 151 Width = 42 Height = 13 Anchors = [akLeft, akBottom] Caption = '&Program:' FocusControl = txtProgram end object lblDir: TLabel Left = 8 Top = 199 Width = 45 Height = 13 Anchors = [akLeft, akBottom] Caption = '&Directory:' FocusControl = txtDirectory end object lblCompMess: TLabel Left = 8 Top = 223 Width = 62 Height = 13 Anchors = [akLeft, akBottom] Caption = '&Output Expr.:' FocusControl = txtCompilerMess end object lblArguments: TLabel Left = 8 Top = 175 Width = 53 Height = 13 Anchors = [akLeft, akBottom] Caption = '&Arguments:' FocusControl = txtArgs end object lblTimeout: TLabel Left = 67 Top = 248 Width = 41 Height = 13 Anchors = [akLeft, akBottom] Caption = '&Timeout:' FocusControl = spnTimeout end object lblDelay: TLabel Left = 158 Top = 248 Width = 30 Height = 13 Anchors = [akLeft, akBottom] Caption = 'D&elay:' FocusControl = spnDelay end object lblNeedExit: TLabel Left = 240 Top = 248 Width = 20 Height = 13 Caption = 'E&xit:' end object cboRunProfile: TComboBox Left = 56 Top = 8 Width = 225 Height = 21 Style = csDropDownList Anchors = [akLeft, akTop, akRight] ItemHeight = 13 TabOrder = 0 OnClick = cboRunProfileClick end object btnEditProfile: TCorelButton Left = 288 Top = 8 Width = 17 Height = 21 Hint = 'Edit Profiles|Edit Run Profiles' Anchors = [akTop, akRight] Caption = '...' ParentShowHint = False ShowHint = True TabOrder = 1 OnClick = btnEditProfileClick end object Panel1: TPanel Left = 8 Top = 35 Width = 297 Height = 25 Alignment = taLeftJustify Anchors = [akLeft, akTop, akRight] BevelOuter = bvLowered Caption = ' Programs:' TabOrder = 2 object TBToolbar3: TTBToolbar Left = 152 Top = 1 Width = 144 Height = 23 Align = alRight Caption = 'Tools' Images = CommandsDataModule.imlFilesToolBar ParentShowHint = False ShowHint = True TabOrder = 0 object TBItem11: TTBItem Caption = 'Add' Hint = 'Add|Add Program' ImageIndex = 8 OnClick = TBItem11Click end object tbCopy: TTBItem Caption = 'Copy' Enabled = False Hint = 'Copy|Copy Program' ImageIndex = 12 OnClick = tbCopyClick end object TBItem12: TTBItem Caption = 'Edit' Enabled = False Hint = 'Edit|Edit Program' ImageIndex = 7 OnClick = TBItem12Click end object TBItem13: TTBItem Caption = 'Remove' Enabled = False Hint = 'Remove|Remove selected Program' ImageIndex = 1 OnClick = TBItem13Click end object TBSeparatorItem1: TTBSeparatorItem end object TBItem14: TTBItem Tag = -1 Caption = 'Up' Enabled = False Hint = 'Up|Move up' ImageIndex = 2 OnClick = TBItem14Click end object TBItem15: TTBItem Tag = 2 Caption = 'Down' Enabled = False Hint = 'Down|Move down' ImageIndex = 3 OnClick = TBItem14Click end end end object lvwPrograms: TListView Left = 8 Top = 64 Width = 297 Height = 81 Anchors = [akLeft, akTop, akRight, akBottom] Columns = < item Width = 275 end> HideSelection = False RowSelect = True ShowColumnHeaders = False TabOrder = 3 ViewStyle = vsReport OnEdited = lvwProgramsEdited OnSelectItem = lvwProgramsSelectItem end object txtProgram: TEdit Left = 72 Top = 147 Width = 216 Height = 21 Anchors = [akLeft, akRight, akBottom] TabOrder = 4 end object txtDirectory: TEdit Left = 72 Top = 195 Width = 200 Height = 21 Anchors = [akLeft, akRight, akBottom] TabOrder = 8 end object btnBrowseDir: TCorelButton Left = 275 Top = 195 Width = 14 Height = 21 Hint = 'Browse' Anchors = [akRight, akBottom] Caption = '...' ParentShowHint = False ShowHint = True TabOrder = 9 OnClick = btnBrowseDirClick end object btnDirVars: TCorelButton Tag = 1 Left = 291 Top = 195 Width = 14 Height = 21 Hint = 'Variables' Anchors = [akRight, akBottom] Caption = '>' ParentShowHint = False ShowHint = True TabOrder = 10 OnClick = btnDirVarsClick end object btnProgArgs: TCorelButton Left = 291 Top = 171 Width = 14 Height = 21 Hint = 'Parameters' Anchors = [akRight, akBottom] Caption = '>' ParentShowHint = False ShowHint = True TabOrder = 7 OnClick = btnProgArgsClick end object btnBrowseProg: TCorelButton Left = 291 Top = 147 Width = 14 Height = 21 Hint = 'Browse' Anchors = [akRight, akBottom] Caption = '...' ParentShowHint = False ShowHint = True TabOrder = 5 OnClick = btnBrowseProgClick end object txtCompilerMess: TEdit Left = 72 Top = 219 Width = 201 Height = 21 Anchors = [akLeft, akRight, akBottom] TabOrder = 11 end object btnCompMessVars: TCorelButton Tag = 1 Left = 291 Top = 219 Width = 14 Height = 21 Hint = 'Variables' Anchors = [akRight, akBottom] Caption = '>' ParentShowHint = False ShowHint = True TabOrder = 12 OnClick = btnCompMessVarsClick end object txtArgs: TEdit Left = 72 Top = 171 Width = 216 Height = 21 Anchors = [akLeft, akRight, akBottom] TabOrder = 6 end object chkHidden: TCheckBox Left = 8 Top = 238 Width = 57 Height = 15 Anchors = [akLeft, akBottom] Caption = '&Hidden' TabOrder = 13 end object spnTimeout: TSpinEdit Left = 112 Top = 243 Width = 41 Height = 22 Anchors = [akLeft, akBottom] MaxValue = 0 MinValue = 0 TabOrder = 14 Value = 0 end object spnDelay: TSpinEdit Left = 192 Top = 243 Width = 41 Height = 22 Hint = 'Time (in sec) to wait before starting this process' Anchors = [akLeft, akBottom] MaxValue = 0 MinValue = 0 TabOrder = 15 Value = 0 end object btnRegExpr: TCorelButton Tag = 1 Left = 275 Top = 219 Width = 14 Height = 21 Hint = 'Metacharacters' Anchors = [akRight, akBottom] Caption = '>' ParentShowHint = False ShowHint = True TabOrder = 16 OnClick = btnRegExprClick end object spnNeedExit: TSpinEdit Left = 264 Top = 243 Width = 41 Height = 22 Hint = 'This Program must Exit with this Code to continue, -1 continue a' + 'nyway' Anchors = [akLeft, akBottom] MaxValue = 0 MinValue = 0 TabOrder = 17 Value = -1 end object chkDetached: TCheckBox Left = 8 Top = 253 Width = 57 Height = 15 Anchors = [akLeft, akBottom] Caption = 'De&tach' TabOrder = 18 end object PopupMenu3: TPopupMenu Left = 80 Top = 72 object ActiveDocument1: TMenuItem Tag = 10 Caption = 'Active Document (short)' OnClick = ActiveDocument1Click end object ActiveDocumentlong1: TMenuItem Tag = 11 Caption = 'Active Document (long)' OnClick = ActiveDocument1Click end object N7: TMenuItem Caption = '-' end object ActiveDocumentwithoutExtension1: TMenuItem Tag = 12 Caption = 'Active Document no Extension (short)' OnClick = ActiveDocument1Click end object ActiveDocumentwithExtenshion1: TMenuItem Tag = 13 Caption = 'Active Document no Extension (long)' OnClick = ActiveDocument1Click end object N6: TMenuItem Caption = '-' end object ActiveDocumentTitleshort1: TMenuItem Tag = 14 Caption = 'Active Document Title (short)' OnClick = ActiveDocument1Click end object ActiveDocumentTitlelong1: TMenuItem Tag = 15 Caption = 'Active Document Title (long)' OnClick = ActiveDocument1Click end object N13: TMenuItem Caption = '-' end object ActiveDocumentTitlenoExtension1: TMenuItem Tag = 16 Caption = 'Active Document Title no Extension (short)' OnClick = ActiveDocument1Click end object ActiveDocumentTitlenoExtensionlong1: TMenuItem Tag = 17 Caption = 'Active Document Title no Extension (long)' OnClick = ActiveDocument1Click end object N10: TMenuItem Caption = '-' end object ActiveDocumentFileextension1: TMenuItem Tag = 18 Caption = 'Active Document File extension' OnClick = ActiveDocument1Click end object N3: TMenuItem Caption = '-' end object ProjectFilenameshort1: TMenuItem Tag = 19 Caption = 'Project Filename (short)' OnClick = ActiveDocument1Click end object ProjectFilenamelong1: TMenuItem Tag = 20 Caption = 'Project Filename (long)' OnClick = ActiveDocument1Click end object N11: TMenuItem Caption = '-' end object ChooseFilenameshort1: TMenuItem Tag = 21 Caption = 'Choose Filename (short)' OnClick = ActiveDocument1Click end object ChooseFilenamelong1: TMenuItem Tag = 22 Caption = 'Choose Filename (long)' OnClick = ActiveDocument1Click end object N12: TMenuItem Caption = '-' end object ModifiedFiles1: TMenuItem Tag = 23 Caption = 'Modified Files' OnClick = ActiveDocument1Click end object N2: TMenuItem Caption = '-' end object Documentpath1: TMenuItem Tag = 24 Caption = 'Documentpath (short)' OnClick = ActiveDocument1Click end object Documentpathlong1: TMenuItem Tag = 25 Caption = 'Documentpath (long)' OnClick = ActiveDocument1Click end object N4: TMenuItem Caption = '-' end object Programpath1: TMenuItem Tag = 26 Caption = 'Programpath (short)' OnClick = ActiveDocument1Click end object Programpathlong1: TMenuItem Tag = 27 Caption = 'Programpath (long)' OnClick = ActiveDocument1Click end object N5: TMenuItem Caption = '-' end object Projectpath2: TMenuItem Tag = 28 Caption = 'Projectpath (short)' OnClick = ActiveDocument1Click end object Projectpathlong1: TMenuItem Tag = 29 Caption = 'Projectpath (long)' OnClick = ActiveDocument1Click end object N8: TMenuItem Caption = '-' end object Systemfolders1: TMenuItem Caption = 'Systemfolders' object WindowsDirectory1: TMenuItem Tag = 50 Caption = 'Windows Directory' OnClick = ActiveDocument1Click end object SystemDirectory1: TMenuItem Tag = 51 Caption = 'System Directory' OnClick = ActiveDocument1Click end object TemporaryDirectory2: TMenuItem Tag = 52 Caption = 'Temporary Directory' OnClick = ActiveDocument1Click end end object N1: TMenuItem Caption = '-' end object CurrentWord1: TMenuItem Tag = 30 Caption = 'Current Word' OnClick = ActiveDocument1Click end object Linenumber2: TMenuItem Tag = 31 Caption = 'Line number' OnClick = ActiveDocument1Click end object ColumnNumber2: TMenuItem Tag = 32 Caption = 'Column Number' OnClick = ActiveDocument1Click end object Prompt1: TMenuItem Tag = 31 Caption = 'Prompt' OnClick = ActiveDocument1Click end end object PopupMenu2: TPopupMenu Left = 48 Top = 72 object Documentdirectory1: TMenuItem Caption = 'Documentpath' Hint = 'Path to the active Document' OnClick = Documentdirectory1Click end object Programdirectory1: TMenuItem Tag = 1 Caption = 'Programpath' Hint = 'Path to the Program' OnClick = Documentdirectory1Click end object Projectpath1: TMenuItem Tag = 2 Caption = 'Projectpath' Hint = 'Path to the Project' OnClick = Documentdirectory1Click end object N9: TMenuItem Caption = '-' end object WindowsDirectory2: TMenuItem Tag = 3 Caption = 'Windows Directory' Hint = 'Windows Directory' OnClick = Documentdirectory1Click end object SystemDirectory2: TMenuItem Tag = 4 Caption = 'System Directory' Hint = 'System Directory' OnClick = Documentdirectory1Click end object TemporaryDirectory1: TMenuItem Tag = 5 Caption = 'Temporary Directory' Hint = 'Temporary Directory' OnClick = Documentdirectory1Click end end object PopupMenu1: TPopupMenu Left = 16 Top = 72 object Filename1: TMenuItem Caption = 'Filename' Hint = 'Placeholder of the Filename' OnClick = Filename1Click end object Linenumber1: TMenuItem Tag = 1 Caption = 'Linenumber' Hint = 'Placeholder for the Linenumber' OnClick = Filename1Click end object Columnnumber1: TMenuItem Tag = 2 Caption = 'Columnnumber' Hint = 'Placeholder for the Columnnumber' OnClick = Filename1Click end end object OpenDialog1: TOpenDialog DefaultExt = 'exe' Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing] Left = 16 Top = 112 end object BrowseForFolder: TBrowseForFolder Options = [boNewFolder, boCenter] Left = 48 Top = 112 end object popRegExp: TPopupMenu Left = 112 Top = 72 object AnyCharacter1: TMenuItem Caption = 'Any Character' OnClick = AnyCharacter1Click end object CharacterinRagne1: TMenuItem Tag = 1 Caption = 'Character inside Range' OnClick = AnyCharacter1Click end object OutsideRange1: TMenuItem Tag = 2 Caption = 'Character outside Range' OnClick = AnyCharacter1Click end object MenuItem1: TMenuItem Caption = '-' end object StartofLine1: TMenuItem Tag = 10 Caption = 'Start of Line' OnClick = AnyCharacter1Click end object EndofLine1: TMenuItem Tag = 11 Caption = 'End of Line' OnClick = AnyCharacter1Click end object MenuItem2: TMenuItem Caption = '-' end object Matchzeroormore1: TMenuItem Tag = 20 Caption = 'Match zero or more' OnClick = AnyCharacter1Click end object Matchoneormore1: TMenuItem Tag = 21 Caption = 'Match one or more' OnClick = AnyCharacter1Click end object Matchntimes1: TMenuItem Tag = 22 Caption = 'Match n times' OnClick = AnyCharacter1Click end object Matchntomtimes1: TMenuItem Tag = 23 Caption = 'Match n to m times' OnClick = AnyCharacter1Click end object MenuItem3: TMenuItem Caption = '-' end object Alphanumeric1: TMenuItem Tag = 30 Caption = 'Alphanumeric' OnClick = AnyCharacter1Click end object NonAlphanumeric1: TMenuItem Tag = 31 Caption = 'Non Alphanumeric' OnClick = AnyCharacter1Click end object Number1: TMenuItem Tag = 32 Caption = 'Number' OnClick = AnyCharacter1Click end object NonNumeric1: TMenuItem Tag = 33 Caption = 'Non Numeric' OnClick = AnyCharacter1Click end object MenuItem4: TMenuItem Caption = '-' end object AnySpace1: TMenuItem Tag = 40 Caption = 'Any Space' OnClick = AnyCharacter1Click end object NonSpace1: TMenuItem Tag = 41 Caption = 'Non Space' OnClick = AnyCharacter1Click end end end